-
Notifications
You must be signed in to change notification settings - Fork 633
[Playground] Fix bridge/payments documentation links #8549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughThis PR updates documentation link targets in four Bridge playground pages by changing their Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (4)
🚧 Files skipped from review as they are similar to previous changes (3)
🧰 Additional context used📓 Path-based instructions (4)**/*.{ts,tsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
apps/{dashboard,playground-web}/src/**/*.{ts,tsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
**/*.{js,jsx,ts,tsx,json}📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (1)
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
Comment |
size-limit report 📦
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8549 +/- ##
=======================================
Coverage 54.64% 54.64%
=======================================
Files 921 921
Lines 61181 61181
Branches 4151 4151
=======================================
Hits 33434 33434
Misses 27645 27645
Partials 102 102
🚀 New features to boost your workflow:
|
Merge activity
|
https://linear.app/thirdweb/issue/PRO-148/fix-playground-doc-links-for-bridge-components Update documentation links for bridge/payments widgets to follow consistent naming convention: - Buy Widget: wallets/sponsor-gas → references/typescript/v5/BuyWidget - Checkout Widget: payments → references/typescript/v5/CheckoutWidget - Transaction Widget: wallets/sponsor-gas → references/typescript/v5/TransactionWidget - Transaction Button: Add missing utm_source=playground parameter All links now point to /references/typescript/v5/{WidgetName} with utm_source tracking. 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the `docsLink` properties in several components to point to the correct documentation pages for various widgets in the `playground-web` application. ### Detailed summary - Updated `docsLink` in `apps/playground-web/src/app/bridge/buy-widget/page.tsx` to point to `BuyWidget`. - Updated `docsLink` in `apps/playground-web/src/app/bridge/checkout-widget/page.tsx` to point to `CheckoutWidget`. - Updated `docsLink` in `apps/playground-web/src/app/bridge/transaction-button/page.tsx` to include `?utm_source=playground`. - Updated `docsLink` in `apps/playground-web/src/app/bridge/transaction-widget/page.tsx` to point to `TransactionWidget`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated documentation links across playground widgets to reference current TypeScript v5 documentation resources. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
bededbf to
e281ed1
Compare
https://linear.app/thirdweb/issue/PRO-148/fix-playground-doc-links-for-bridge-components
Update documentation links for bridge/payments widgets to follow consistent naming convention:
All links now point to /references/typescript/v5/{WidgetName} with utm_source tracking.
🤖 Generated with Claude Code
PR-Codex overview
This PR updates the
docsLinkproperties in several components to point to more specific documentation pages related to theBuyWidget,CheckoutWidget,TransactionButton, andTransactionWidget.Detailed summary
docsLinkinbuy-widget/page.tsxto point toBuyWidgetdocumentation.docsLinkincheckout-widget/page.tsxto point toCheckoutWidgetdocumentation.docsLinkintransaction-button/page.tsxto include?utm_source=playgroundforTransactionButton.docsLinkintransaction-widget/page.tsxto point toTransactionWidgetdocumentation.Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.